PDF Plugin for Xojo

EinhugurPDFWriter.TextAnnotation Class (console safe)

A class that represents text annotation in a PDF document. A text annotation is used to create a zone with icon that you can click and a bubble with notes pops up.

Annotation
   TextAnnotation

class EinhugurPDFWriter.TextAnnotation

Constructors

TextAnnotation (console safe) A Private constructor. Use the CreateTextAnnotation function on the Page class to create instance of the TextAnnotation class.

Methods

SetColor (console safe) Sets the color of the annotation
SetIcon (console safe) Sets the icon of the TextAnnotation, this icon will be one of the standard icons defined in the TextAnnotation.AnnotationIconEnum.
SetOpened (console safe) Defines whether the text-annotation is initially displayed open.

Enumerations

AnnotationIconEnumEnum that represents possible annotation icons. Note that not all PDF viewers will show all the icon types correctly.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS